<xs:complexType name="PictureType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation>The information about a picture.</xs:documentation> </xs:annotation> <xs:all> <xs:element name="PictureID" type="PictureIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="ItemID" type="ItemIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="Title" type="PictureTitleType" maxOccurs="1" minOccurs="0" /> <xs:element name="Path" type="PathType" maxOccurs="1" minOccurs="0" /> <xs:element name="RawPicture" type="JPEGPictureType" maxOccurs="1" minOccurs="0" /> <xs:element name="RawThumbnail" type="JPEGPictureType" maxOccurs="1" minOccurs="0" /> <xs:element name="OrdinalID" type="OrdinalIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="IsVariationPicture" type="IsVariationPictureType" maxOccurs="1" minOccurs="0" /> <xs:element name="VariationSpecificNameValue" type="VariationSpecificNameValueType" maxOccurs="1" minOccurs="0" /> <xs:element name="IsManualURL" type="IsManualURLType" maxOccurs="1" minOccurs="0" /> <xs:element name="ManualPictureURL" type="ManualPictureURLType" maxOccurs="1" minOccurs="0" /> <xs:element name="GeneratedURL" type="GeneratedURLType" maxOccurs="1" minOccurs="0" /> <xs:element name="GeneratedURLEtsy" type="GeneratedURLEtsyType" maxOccurs="1" minOccurs="0" /> <xs:element name="GeneratedURLShopify" type="GeneratedURLShopifyType" maxOccurs="1" minOccurs="0" /> </xs:all> </xs:complexType>
© 2022 All Rights Reserved.